Fill a CompositeInstanceDataSet object with information from a Leadtools.Dicom.DicomDataSet
public void FillADONetDataSet(CompositeInstanceDataSet instanceDataSet,DicomDataSet dicomDataSet,string referencedFileName,string retrieveAe,ReferencedImages[] images,bool updateExistentPatient,bool updateExistentStudy,bool updateExistentSeries,bool updateExistentInstances)
Public Overloads Sub FillADONetDataSet( _ByVal instanceDataSet As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet, _ByVal dicomDataSet As Leadtools.Dicom.DicomDataSet, _ByVal referencedFileName As String, _ByVal retrieveAe As String, _ByVal images() As Leadtools.Medical.Storage.Dataaccesslayer.ReferencedImages, _ByVal updateExistentPatient As Boolean, _ByVal updateExistentStudy As Boolean, _ByVal updateExistentSeries As Boolean, _ByVal updateExistentInstances As Boolean _)
public:void FillADONetDataSet(Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet^ instanceDataSet,Leadtools.Dicom.DicomDataSet^ dicomDataSet,String^ referencedFileName,String^ retrieveAe,Leadtools.Medical.Storage.Dataaccesslayer.array<ReferencedImages^>^ images,bool updateExistentPatient,bool updateExistentStudy,bool updateExistentSeries,bool updateExistentInstances)
instanceDataSet
The CompositeInstanceDataSet which will contains the information from the  dicomDataSet
dicomDataSet
The Leadtools.Dicom.DicomDataSet to convert.
referencedFileName
The path for the Leadtools.Dicom.DicomDataSet.
retrieveAe
The AE Title System.String for the server used to retrieve the  dicomDataSet.
images
The ReferencedImages generated from the  dicomDataSet.
updateExistentPatient
true to update the patient information in the given  instanceDataSet if the given  dicomDataSet has different values.
updateExistentStudy
true to update the study information in the given  instanceDataSet if the given  dicomDataSet has different values.
updateExistentSeries
true to update the series information in the given  instanceDataSet if the given  dicomDataSet has different values.
updateExistentInstances
true to update the instance information in the given  instanceDataSet if the given  dicomDataSet has different values.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
